Metadata-Version: 2.1
Name: esda
Version: 2.0.1
Summary: Exploratory spatial data analysis functions.
Home-page: http://pysal.org
Maintainer: PySAL Developers
Maintainer-email: pysal-dev@googlegroups.com
License: 3-Clause BSD
Download-URL: https://pypi.python.org/pypi/esda
Description: Exploratory Spatial Data Analysis in PySAL
        ==========================================
        
        [![Build Status](https://travis-ci.org/pysal/esda.svg?branch=master)](https://travis-ci.org/pysal/esda)
        [![DOI](https://zenodo.org/badge/81873636.svg)](https://zenodo.org/badge/latestdoi/81873636)
        
        Methods for  testing for global and local autocorrelation in areal unit data.
        
        Installation
        ------------
        
        Install esda by running:
        
        ```
        $ pip install esda
        ```
        
        #### Requirements
        
        - libpysal
        
        Contribute
        ----------
        
        PySAL-esda is under active development and contributors are welcome.
        
        If you have any suggestion, feature request, or bug report, please open a new [issue](https://github.com/pysal/esda/issues) on GitHub. To submit patches, please follow the PySAL development [guidelines](http://pysal.readthedocs.io/en/latest/developers/index.html) and open a [pull request](https://github.com/pysal/esda). Once your changes get merged, you’ll automatically be added to the [Contributors List](https://github.com/pysal/esda/graphs/contributors).
        
        Support
        -------
        
        If you are having issues, please talk to us in the [gitter room](https://gitter.im/pysal/pysal).
         
        License
        -------
        
        The project is licensed under the [BSD license](https://github.com/pysal/esda/blob/master/LICENSE).
        
        Funding
        -------
        
        <img src="figs/nsf_logo.jpg" width="50"> Award #1421935 [New Approaches to Spatial Distribution Dynamics](https://www.nsf.gov/awardsearch/showAward?AWD_ID=1421935)
        
Keywords: spatial statistics
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >3.4
Provides-Extra: docs
Provides-Extra: tests
